'Declaration
Overloads Sub ChangeImage( _ ByVal data() As Byte, _ Optional ByVal aspect As AspectRatio _ )
Parameters
- data
- The image data.
- aspect
- Specifies how to resize the new image. If omitted, the original height is kept.
'Declaration
Overloads Sub ChangeImage( _ ByVal data() As Byte, _ Optional ByVal aspect As AspectRatio _ )